home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / prjmg104.zip / README < prev    next >
Text File  |  1995-12-30  |  4KB  |  92 lines

  1. -----------------------------------------------------------
  2.             Project Manager V1.04 for EMX 0.9a+b
  3.  
  4.                  written by Roland Knospe
  5. -----------------------------------------------------------
  6.  
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10.  
  11. Project Manager is a simple to use PM-Frontend and Maketool
  12. for GCC/EMX 0.9a and 0.9b. It doesn't work with older versions
  13. of EMX, but I hope with future versions. It needs the EMX runtime
  14. package that comes with GCC/EMX and will not work without it.
  15.  
  16. You can create OS/2 Commandline, PM applications and DLL's
  17. with Project Manager. Project Manager calls GCC for compliation,
  18. RC.EXE for resource files and LINK386.EXE for linking. 
  19. (You can find LINK386.EXE and RC.EXE on every OS/2-System).
  20.  
  21. If you find this program usefull send a postcard
  22. (or 9Bit 4MB Simms ;-)) to
  23.  
  24.       Roland Knospe
  25.       Prozessionsweg 8
  26.       D-59387 Ascheberg
  27.       Germany
  28.  
  29.       E-Mail 
  30.       Knospe@medinf.informatik.fh-dortmund.de
  31.  
  32. Please report bugs !!!! ( If there are any ) 
  33.  
  34.  
  35. Configuration
  36. -----------------------------------------------------------
  37. First you have to install the EMX 0.9a or 0.9b package (Read the
  38. README.DOC and INSTALL.DOC of the EMX package). Then start the
  39. OMFLIBS.CMD command file in the \EMX\LIB directory (PRJMGR
  40. needs the OMF-style libraries !!).
  41.  
  42. After this call INSTALL.EXE. It will copy the PRJMGR files
  43. to a location of your choice and creates Desktop objects.
  44. Open the new 'Projects' folder and start the 'Project Manager'
  45. object.
  46.  
  47. If you want to use EMX 0.9a, you have to change the standard libraries !!
  48. You can find the necessary settings in the online documentation.  
  49.  
  50.  
  51.  
  52. Release Notes:
  53. V1.0 March 95:
  54.     - First Release
  55. V1.01 September 95:
  56.     -Changed the "Show" Button to "Edit"
  57.     -Added a double click action (Edit) to the Files ListBox 
  58.       (Thanks to Harald Leinders -> I hope it's ok now)
  59.     -Changed the run function :
  60.        1. The original exe file is used for execution.     
  61.        2. PrjMgr-Window is blocked during execution.
  62. V1.02 November 95:
  63.     -Now it's possible to pass additional (static) arguments to the Editor
  64.         -Changed the compiler and linker output redirection from File to Pipe 
  65.      (Now the compiler and linker calls are faster on my 486DX33 with 8MB)
  66.     -Because of a problem with EMX.DLL+Multithreading,
  67.      PrjMgr is now static linked with the systemcall and c library.
  68.     -Added include path settings for GCC to the menu
  69.      Options/Library&Include Path. (You don't need to set the environment
  70.      variables for emx/gcc any more) 
  71.     -Moved the C++ Comments Option from the Settings Notebook to
  72.      the Options Menu  
  73.     -Added the Gcc pipe option to the Options Menu
  74.     -Added a 'DLL without runtime environment' Option in the
  75.          Settings Notebook. It work's like the Zno-rte GCC comandline option.
  76. V1.03 December 95:
  77.     -Fixed a bug with the project template
  78.      ( Sometimes prjmgr had problems with empty prj-files.)
  79.     -With the help of Eberhard Mattes i fixed the problem with EMX.DLL
  80.      Now it's dynamic linked like V1.01 ( It was my mistake !! )        
  81.         -Changed the online Help. ( Thanks to Jon Wright )        
  82. V1.04 January 96:
  83.     -Fixed a problem with the files listbox font
  84.     -Added the 'File Listbox Width' Option
  85.     -Added the 'Auto Add' button to the header dialog which checks the source
  86.      file automaticly
  87.     -Changed the help from INF to context sensitve HLP
  88.     -Added an option to specify additional gcc options  
  89.      (Thanks to Erik van Linstee for his suggestions)     
  90.     -Changed the standard libraries for EMX 0.9b
  91.  
  92.